home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TSETUPFSNOTIFFORM / TSETUPFSNOTIFFORM.txt
Text File  |  2007-06-06  |  4KB  |  202 lines

  1. object SetupFSNotifForm: TSetupFSNotifForm
  2.   Left = 368
  3.   Top = 351
  4.   Width = 388
  5.   Height = 242
  6.   Caption = 'Folder monitor setup'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 165
  21.     Width = 380
  22.     Height = 43
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     DesignSize = (
  27.       380
  28.       43)
  29.     object Bevel1: TBevel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 380
  33.       Height = 3
  34.       Align = alTop
  35.       Shape = bsBottomLine
  36.     end
  37.     object btOk: TElPopupButton
  38.       Left = 150
  39.       Top = 10
  40.       Width = 105
  41.       Height = 25
  42.       Cursor = crDefault
  43.       DrawDefaultFrame = False
  44.       LinkStyle = [fsUnderline]
  45.       NumGlyphs = 1
  46.       Caption = 'OK'
  47.       TabOrder = 0
  48.       OnClick = btOkClick
  49.       Anchors = [akBottom]
  50.       DockOrientation = doNoOrient
  51.       DoubleBuffered = False
  52.     end
  53.     object btCancel: TElPopupButton
  54.       Left = 264
  55.       Top = 10
  56.       Width = 105
  57.       Height = 25
  58.       Cursor = crDefault
  59.       DrawDefaultFrame = False
  60.       ModalResult = 2
  61.       LinkStyle = [fsUnderline]
  62.       NumGlyphs = 1
  63.       Caption = 'Cancel'
  64.       TabOrder = 1
  65.       Anchors = [akBottom]
  66.       DockOrientation = doNoOrient
  67.       DoubleBuffered = False
  68.     end
  69.     object btHelp: TElPopupButton
  70.       Left = 8
  71.       Top = 10
  72.       Width = 113
  73.       Height = 25
  74.       Cursor = crDefault
  75.       ImageIndex = 14
  76.       UseImageList = True
  77.       Images = TrayForm.ilMain
  78.       DrawDefaultFrame = False
  79.       LinkStyle = [fsUnderline]
  80.       NumGlyphs = 1
  81.       Caption = 'Help'
  82.       TabOrder = 2
  83.       Visible = False
  84.       Anchors = [akLeft, akBottom]
  85.       DockOrientation = doNoOrient
  86.       DoubleBuffered = False
  87.     end
  88.   end
  89.   object Panel2: TPanel
  90.     Left = 0
  91.     Top = 0
  92.     Width = 380
  93.     Height = 165
  94.     Align = alClient
  95.     BevelOuter = bvNone
  96.     TabOrder = 1
  97.     object lbWait: TLabel
  98.       Left = 16
  99.       Top = 56
  100.       Width = 145
  101.       Height = 13
  102.       Caption = 'Wait creating (coping) finishing'
  103.     end
  104.     object lbCheck: TLabel
  105.       Left = 16
  106.       Top = 88
  107.       Width = 124
  108.       Height = 13
  109.       Caption = 'Check each period of time'
  110.     end
  111.     object lbFolderCheck: TLabel
  112.       Left = 16
  113.       Top = 24
  114.       Width = 131
  115.       Height = 13
  116.       Caption = 'Check folder changes each'
  117.     end
  118.     object lbSecs: TLabel
  119.       Left = 300
  120.       Top = 56
  121.       Width = 28
  122.       Height = 13
  123.       Caption = 'sec(s)'
  124.     end
  125.     object lbSecs2: TLabel
  126.       Left = 300
  127.       Top = 24
  128.       Width = 28
  129.       Height = 13
  130.       Caption = 'sec(s)'
  131.     end
  132.     object edFolderCheck: TElSpinEdit
  133.       Left = 240
  134.       Top = 21
  135.       Width = 57
  136.       Height = 21
  137.       Cursor = crIBeam
  138.       Value = 30
  139.       MaxValue = 6000
  140.       MinValue = 30
  141.       Increment = 10
  142.       TopMargin = 2
  143.       RightMargin = 1
  144.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  145.       BorderStyle = bsSingle
  146.       Ctl3D = True
  147.       Flat = True
  148.       LineBorderActiveColor = clBlack
  149.       LineBorderInactiveColor = clBlack
  150.       ParentColor = False
  151.       ParentCtl3D = False
  152.       TabOrder = 0
  153.     end
  154.     object edsSec: TElSpinEdit
  155.       Left = 240
  156.       Top = 53
  157.       Width = 57
  158.       Height = 21
  159.       Cursor = crIBeam
  160.       Value = 10
  161.       MaxValue = 60
  162.       MinValue = -1
  163.       TopMargin = 2
  164.       RightMargin = 1
  165.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  166.       BorderStyle = bsSingle
  167.       Ctl3D = True
  168.       Flat = True
  169.       LineBorderActiveColor = clBlack
  170.       LineBorderInactiveColor = clBlack
  171.       ParentColor = False
  172.       ParentCtl3D = False
  173.       TabOrder = 1
  174.     end
  175.     object rbWrite: TElRadioButton
  176.       Left = 24
  177.       Top = 109
  178.       Width = 175
  179.       Height = 17
  180.       Cursor = crDefault
  181.       CheckMargin = 5
  182.       Checked = True
  183.       Flat = True
  184.       Caption = 'Possibility to open files for writing'
  185.       TabOrder = 2
  186.       DoubleBuffered = False
  187.     end
  188.     object rbConst: TElRadioButton
  189.       Left = 24
  190.       Top = 133
  191.       Width = 143
  192.       Height = 17
  193.       Cursor = crDefault
  194.       CheckMargin = 5
  195.       Flat = True
  196.       Caption = 'File size is constant or not'
  197.       TabOrder = 3
  198.       DoubleBuffered = False
  199.     end
  200.   end
  201. end
  202.